# Important:
	If you want to make your own templates just copy the html file you want
	to use as template for it,
	and rename it to eg. "my_special.html", and edit the files as you like.
	next time you enter wife and hit any "file" button you can select what
	template it should use.
	You Can Also Copy The Description File And Edit What Should Be Shown In Wife For That Template.
	
	
# Available Keywords:

# Language Dependent
	
	VAR_lNAME		"Name" In Selected Language
	VAR_lNUMBER		"Number" In Selected Language
	VAR_lFORMAT		"Format" In Selected Language
	VAR_lFPS		"Fps" In Selected Language
	VAR_lDROP		"Drop Frame" In Selected Language
	VAR_lLOCATION		"Location" In Selected Language
	VAR_lWEBACCESS		"Web Access" In Selected Language
	VAR_lCLIENT		"Client" In Selected Language
	VAR_lNOTE		"Note" In Selected Language
	VAR_lCREATEDBY		"Created By" In Selected Language
	VAR_lMODIFIEDBY		"Modified By" In Selected Language
	VAR_lENTRIES		"Entries" In Selected Language
	VAR_lLIBSUMMARY		"Library Summary" In Selected Language
	
	
	
# Insert And Others Keys
	INSERT_ELEMENT_ARRAYS	This Is Where All Extra Elements Gets Inserted
	VAR_CHARSET		Character set (encoding format) for the html cp1252
	VAR_DOC_TITLE		Title Of The Document (shown in top of browser)	
	
							
# Per Tape Info, All The Following Are JavaScript Lists
	
	VAR_ID			Id
	VAR_NAME		Name
	VAR_NUMBER		Number
	VAR_FORMAT		Format
	VAR_FPS			Frames Per Second
	VAR_DROP		Drop Frame (Yes / No)
	VAR_CLIENT		Client
	VAR_LOCATION		Location
	VAR_HTTPACCESS		If Client has http access (Yes / No)
	VAR_NOTE		Note
	VAR_CREATEDBY		Name Of User That Created The Tape
	VAR_MODIFIEDBY		Name Of User That Last Modified The Tape
	VAR_ENTRY		Number Of Entries On The Tape
	VAR_LIBRARY		Name Of Library It Belongs To
		
	